-
-
Notifications
You must be signed in to change notification settings - Fork 311
docs: update version provider install instructions #1757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update version provider install instructions #1757
Conversation
…o use published package install
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1757 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 60 60
Lines 2606 2606
=======================================
Hits 2551 2551
Misses 55 55 ☔ View full report in Codecov by Sentry. |
|
Hi, please rebase to the latest master to resolve pipeline failure, thanks! |
|
@Lee-W could you review this one? Thanks! |
Lee-W
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly good, a few nits.
Description
This change updates the version provider documentation to recommend installing a custom Commitizen provider as a published Python package instead of using editable (pip install -e .) installation.
Checklist
Documentation Changes
uv run poe doclocally to ensure the documentation pages renders correctlyAdditional Context
Fixes #1707